home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / atool201.zip / ESDEFS.H < prev    next >
Text File  |  1994-11-29  |  1KB  |  40 lines

  1. /*
  2.     ESDEFS.H -- header file for use with TOOLDEMO.C --
  3.         demonstration program for Tool Bar control.
  4.     Copyright ⌐ Eugene Sokolov 1992, (516)632-7892,
  5.     esokolov@sbchm1.chem.sunysb.edu
  6.  
  7.     You can freely copy, change or redistribute this file as long
  8.     as this notice remains intact.
  9.  
  10.     Last edition 11/16/94 (mm/dd/yy)
  11. */
  12.  
  13. #define NAME1 10
  14.  
  15. #define BTNS     11
  16. #define BMP0     12
  17. #define BMP2_5    13
  18. #define BMP6    14
  19.  
  20. #define TBICON  19
  21. #define TOOLBAR 20
  22. #define TBMENU    21
  23.  
  24. #define ID_CMD0        0x100
  25. #define ID_CMD1        0x110
  26. #define ID_CMD2        0x120
  27. #define ID_CMD2_5       0x125
  28. #define ID_CMD3        0x130
  29. #define ID_CMD4        0x140
  30. #define ID_CMD5        0x150
  31. #define ID_CMD6        0x160
  32.  
  33. void ES_TB_Toggle_Enable_Disable_Demo( HWND, int );
  34. void ES_TB_Toggle_Standard_2State_Demo( HWND, int );
  35. void ES_TB_Toggle_Standard_Auto2State_Demo( HWND, int );
  36. void ES_TB_Toggle_Popup_Child_Demo( HWND );
  37. void ES_TB_Toggle_Movable_Fixed_Demo( HWND );
  38. void ES_TB_Toggle_BorderStyle_Demo( HWND );
  39. void ES_TB_Set_Number_of_Controls_Demo( HWND, int );
  40.